home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Tools / Languages / GWAda 1.5.1 / GW-Ada⁄Ed-MacProgs / NYUDemos / INTIO.ADA < prev    next >
Encoding:
Text File  |  1993-10-22  |  73 b   |  3 lines  |  [TEXT/Anon]

  1. with text_io; use text_io;
  2. package my_int_io is new integer_io(integer);
  3.